Add JavaScript Obfuscator tool to IT-Tools toolbox#1702
Open
forzayt wants to merge 11 commits intoCorentinTh:mainfrom
Open
Add JavaScript Obfuscator tool to IT-Tools toolbox#1702forzayt wants to merge 11 commits intoCorentinTh:mainfrom
forzayt wants to merge 11 commits intoCorentinTh:mainfrom
Conversation
|
Contributor
|
Hi @forzayt , may you want to make a PR in my fork, this repo is no longer maintained: https://github.com/sharevb/it-tools |
sharevb
added a commit
to sharevb/it-tools
that referenced
this pull request
Jan 2, 2026
Inspired by @forzayt (CorentinTh#1702) Added obfuscator.io
Contributor
|
Hi @forzayt , I create a https://sharevb-it-tools.vercel.app/javascript-obfuscator (added obfuscator.io) from your PR. Thanks for this. |
Author
|
@sharevb Thats great <3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request introduces a new JavaScript Obfuscator tool to the IT-Tools platform, enabling developers to protect their JavaScript source code by applying advanced obfuscation techniques directly from the web interface.
✨ Features
Accepts raw JavaScript input and outputs fully obfuscated code
Uses javascript-obfuscator for reliable and configurable transformations
Supports control flow flattening, dead code injection, and string encoding
Seamlessly integrated into the existing IT-Tools UI and tool registry
Fully client-side — no server processing required
🧩 Files Added
src/tools/javascript-obfuscator/index.ts
src/tools/javascript-obfuscator/tool.vue
src/tools/javascript-obfuscator/i18n.ts
🔧 Dependencies
Added javascript-obfuscator npm package
🧪 How to Test
Run npm install
Start the dev server with npm run dev
Open IT-Tools in the browser and search for JavaScript Obfuscator
Paste any JavaScript code, click Obfuscate, and verify the output
📌 Motivation
This tool expands the developer productivity suite by offering built-in code protection capabilities, eliminating the need for external services or CLI tools.